home *** CD-ROM | disk | FTP | other *** search
- /**/
- 'cls'
- Say " "
- Say "*******************************************************************"
- Say " Name: Test Case 15"
- Say " "
- Say " Program: COLOR POINT"
- Say " "
- Say " "
- Say " Please refer to test15.doc for more"
- Say " information on what this test case does."
- Say " "
- Say "*******************************************************************"
-
- '@echo off'
- Pause
- 'cd ..'
- 'cd colorpt'
- 'call colorpt'
- 'cd ..'
- 'cd testcase'
- '@echo on'
- EXIT